GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-10T01:01:42.609507+00:00",
"SubmitDate": "2026-05-10T01:01:42.609507+00:00",
"ReportPeriodStart": "2026-05-10T01:01:42.609507+00:00",
"ReportPeriodEnd": "2026-05-10T01:01:42.609507+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dffff559-1cac-4b0c-bab2-ff10345fd4f7",
"Rows": [
{
"ItemId": "91f34098-6937-4b6f-a3bf-d8faa9edb13f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "91f34098-6937-4b6f-a3bf-d8faa9edb13f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dffff559-1cac-4b0c-bab2-ff10345fd4f7",
"Rows": [
{
"ItemId": "91f34098-6937-4b6f-a3bf-d8faa9edb13f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "91f34098-6937-4b6f-a3bf-d8faa9edb13f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2cad05ab-9185-4b84-9b2d-bd3bfc301496",
"6e6b135b-97ae-49b5-96b2-aff74cd05939"
],
"Approvers": [
"d4af18e1-097a-4b0b-9b0e-651ef1cdf24c",
"eb05994c-2931-4591-9cd4-99cfd7d5edbc"
],
"ApprovedBy": "9d808922-3c34-45c2-afc9-f1750b26cdf1",
"ApprovalDate": "2026-05-10T01:01:42.609507+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "71830a79-6bb2-480c-b39a-29bd1717a53f",
"id": "dead7454-dea1-45d9-9194-6bcf063bac99",
"ConfigId": "fc1804fa-6c22-4c11-a211-0aa7e9bd5741"
},
{
"GenerationDate": "2026-05-10T01:01:42.609507+00:00",
"SubmitDate": "2026-05-10T01:01:42.609507+00:00",
"ReportPeriodStart": "2026-05-10T01:01:42.609507+00:00",
"ReportPeriodEnd": "2026-05-10T01:01:42.609507+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dffff559-1cac-4b0c-bab2-ff10345fd4f7",
"Rows": [
{
"ItemId": "91f34098-6937-4b6f-a3bf-d8faa9edb13f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "91f34098-6937-4b6f-a3bf-d8faa9edb13f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dffff559-1cac-4b0c-bab2-ff10345fd4f7",
"Rows": [
{
"ItemId": "91f34098-6937-4b6f-a3bf-d8faa9edb13f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "91f34098-6937-4b6f-a3bf-d8faa9edb13f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2cad05ab-9185-4b84-9b2d-bd3bfc301496",
"6e6b135b-97ae-49b5-96b2-aff74cd05939"
],
"Approvers": [
"d4af18e1-097a-4b0b-9b0e-651ef1cdf24c",
"eb05994c-2931-4591-9cd4-99cfd7d5edbc"
],
"ApprovedBy": "9d808922-3c34-45c2-afc9-f1750b26cdf1",
"ApprovalDate": "2026-05-10T01:01:42.609507+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "71830a79-6bb2-480c-b39a-29bd1717a53f",
"id": "dead7454-dea1-45d9-9194-6bcf063bac99",
"ConfigId": "fc1804fa-6c22-4c11-a211-0aa7e9bd5741"
}
]